Unlike standard ASP.NET file upload, WebFileUploader doesn't require you to write codes to save uploaded files. Just set the UploadPath property of the WebFileUploader control and you're all set.
WebFileUploader automatically saves all uploaded files to the specified upload path. Make sure you have configured sufficient security and permission settings for ASP.NET worker process to acess the specified upload path.
You can enter physical path, IIS virtual path, or network path for the upload location. The default upload path is ~/Upload.
Other Resources
{Large files uploading with minimal resources consumption}
{IIS 6 and IIS 7 Integrated mode support}
{Webfarm and multiple worker requests support with built-in FileStateServer}
{Rich user experiences}
{Real-time progress bar}
{Upload}
{Client-side events}
{Server-side events}
{Initial files count}
{Limit upload files by type, count, or custom}
{Limit upload size and total upload size}